projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d84bc55
)
* lisp/emacs-lisp/autoload.el (autoload-find-destination):
author
Glenn Morris
<rgm@gnu.org>
Tue, 1 Mar 2016 05:03:47 +0000
(21:03 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 1 Mar 2016 05:03:47 +0000
(21:03 -0800)
Fix 6-week old merge error.
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index 06231f55c271e3e21c85648db5494c72f9af6d79..8f2b5337ea7075f0872b734eed75dc9f527cb775 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-744,7
+744,7
@@
removes any prior now out-of-date autoload entries."
;; last-time is the time-stamp (specifying
;; the last time we looked at the file) and
;; the file hasn't been changed since.
- ((listp last-time)
(= (length last-time) 2)
+ ((listp last-time)
(not (time-less-p last-time file-time)))
;; FIXME? Arguably we should throw a
;; user error, or some kind of warning,